# Automatically generated config file - DO NOT MODIFY. Changes will be overwritten.
starter {
	load_warning = no
}
charon {
	# number of worker threads in charon
	threads = 16
	ikesa_table_size = 32
	ikesa_table_segments = 4
	init_limit_half_open = 1000
	install_routes = no
	load_modular = yes
	ignore_acquire_ts = yes
	cisco_unity = no
	syslog {
		identifier = charon
		# log everything under daemon since it ends up in the same place regardless with our syslog.conf
		daemon {
			ike_name = yes
			dmn = 1
			mgr = 1
			ike = 2
			chd = 2
			job = 1
			cfg = 2
			knl = 1
			net = 1
			asn = 1
			enc = 1
			imc = 1
			imv = 1
			pts = 1
			tls = 1
			esp = 1
			lib = 1
		}
		# disable logging under auth so logs aren't duplicated
		auth {
			default = -1
		}
	}
	plugins {
		# Load defaults
		include /var/etc/ipsec/strongswan.d/charon/*.conf
		unity {
			load = no
		}
		curve25519 {
			load = yes
		}
	}
}
